home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0330.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  3.8 KB  |  86 lines

  1. In article <stevenmz.9.000088C4@teleport.com> stevenmz@teleport.com (Steven M. Ziuchkovski) writes:
  2. >I'm using QVT, and trying to get the ftp server to work so people can ftp to 
  3. >my PC. I have a directory structure set up, and the appropriate parts of 
  4. >QVTNET.INI (or whatever the INI file is that has the [servers] entry in it), 
  5. >and a passwd file set up.
  6. >
  7. >When I load up QVT, and try to turn the ftp server on, this is what it spits 
  8. >out:
  9. >
  10. >  <date & time>: comm_listen: bind() error 10022
  11. >  <date & time>: Unable to start FTP server
  12. >
  13. >Does anyone know why this might be happening? All help would be appreciated, 
  14. >either in e-mail on in this newsgroup.
  15.  
  16. Well, looking through my header file for winsock, error number 10022
  17. is defined as WSAEINVAL, which is documented for the bind() function
  18. as "Socket is already bound to an address", which smacks of something
  19. going wrong with WinQVT's programming - they're trying to rebind a
  20. socket that's already been bound.  Or it could be due to the winsock
  21. implementation returning the wrong value for a more usual situation,
  22. i.e. that some other program has already bound to the FTP port (21).
  23. (This should result in a WSAEADDRINUSE error, code 10048)
  24.  
  25. Basically, this message means that you should be running my ftp server
  26. - no, just joking - my server will probably also fail to run under the
  27. previously described circumstance.  Find out if the same situation
  28. occurs when you reboot and re-enter windows (thus clearing out all
  29. other socket programs).  If it does still happen, find out if your
  30. winsock implementation tries to start its own ftp server.
  31.  
  32. Alun.
  33. ~~~~
  34.  
  35. P.S. If you're interested in trying my ftp server instead, it's on the
  36. following sites:
  37. winftp.cica.indiana.edu:/pub/pc/win3/winsock/wftpd18b.zip
  38. oak.oakland.edu:/pub/msdos/windows3/wftpd18b.zip
  39. ftp.wst.com:/pub/winsock/wftpd/wftpd18b.zip
  40.  
  41. -- 
  42. The above is a personal opinion, and may not necessarily represent the
  43. opinions of Welcom Software Technology, its management, its staff, or
  44. its Margarita machine.
  45. ======================================================================
  46. From news@bigblue.oit.unc.edu Mon Feb 28 23:11:11 1994
  47. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  48.           id AA11893; Mon, 28 Feb 1994 19:57:57 -0500
  49. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  50.           id AA10118; Mon, 28 Feb 1994 19:23:06 -0500
  51. Received: from GATEWAY by bigblue with netnews
  52.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  53. To: winsock@sunsite.unc.edu
  54. Date: Mon, 28 Feb 1994 23:11:11 GMT
  55. From: sdarisi@inetg1.arco.com (sdarisi)
  56. Message-Id: <1994Feb28.231111.17044@Arco.COM>
  57. Organization: ARCO Oil and Gas Company
  58. Sender: ses
  59. Subject: Mosaic and Sounds using Mac X
  60.  
  61. Hi Cyber Trotters,
  62.  
  63. What we have here is a firewall machine which does permit us to access
  64. WWW or Mosaic directly from our desktop machines. I have finally been
  65. able to figure out how to access and use Mosaic from my desktop. The
  66. only way possible to do so is to run Mosaic (the X version) on my
  67. firewall machine and use Mac X to manipulate the graphical interface of
  68. Mosaic. Well, everything works fine except!!!
  69.  
  70. I can click on graphics icons to be able to view the graphic. The
  71. message that I get when I click on the graphic icon is that it is
  72. opening up another x session/program (the message shows up after it has
  73. transferred the image bytes). It then displays the graphic on my Mac.
  74. Unfortunately, I have not been able to have the same luck with sounds.
  75. Whenever, I click the audio icons, the program notifies me that it is
  76. going to open another xsession/program, but I donot hear anything. Am I
  77. missing something or a program on my local Mac that is stopping me from
  78. hearing the audio part or am I just out of luck ??
  79.  
  80. Any help would be appreciated. Thx in advance.
  81.  
  82. Cheers
  83. Subbarayudu
  84. sdarisi@is.arco.com
  85.  
  86.